* src/buffer.c (syms_of_buffer): Doc fix (Bug#6902).
authorChong Yidong <cyd@stupidchicken.com>
Sun, 10 Apr 2011 20:55:52 +0000 (16:55 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 10 Apr 2011 20:55:52 +0000 (16:55 -0400)
src/ChangeLog
src/buffer.c

index 5d1f77d8c62880e26261530bda054d9a7642bfac..ffb5bff11b4887b5d78300b5a7b13cfa518514d5 100644 (file)
@@ -1,3 +1,7 @@
+2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
+
 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
 
        * ftfont.c (get_adstyle_property, ftfont_pattern_entity): Use
index e7759cb5255b925751a484b3a64baf24280e45d2..076495cfc64d48733be98568a5b8263c4478e9be 100644 (file)
@@ -5746,7 +5746,8 @@ Linefeed indents to this column in Fundamental mode.  */);
 
   DEFVAR_PER_BUFFER ("tab-width", &current_buffer->tab_width,
                     make_number (LISP_INT_TAG),
-                    doc: /* *Distance between tab stops (for display of tab characters), in columns.  */);
+                    doc: /* *Distance between tab stops (for display of tab characters), in columns.
+This should be an integer greater than zero.  */);
 
   DEFVAR_PER_BUFFER ("ctl-arrow", &current_buffer->ctl_arrow, Qnil,
                     doc: /* *Non-nil means display control chars with uparrow.